From a524dc5bcd548f94ce5c618746f94d6ecee5ae50 Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Sun, 16 May 1993 15:50:13 +0000 Subject: [PATCH] (mark-end-of-sentence): Activate the mark. --- lisp/textmodes/paragraphs.el | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/lisp/textmodes/paragraphs.el b/lisp/textmodes/paragraphs.el index 723cf0a6d35..b548ab41c00 100644 --- a/lisp/textmodes/paragraphs.el +++ b/lisp/textmodes/paragraphs.el @@ -227,7 +227,8 @@ With arg, repeat, or kill forward to Nth end of sentence if negative arg -N." (push-mark (save-excursion (forward-sentence arg) - (point)))) + (point)) + nil t)) (defun transpose-sentences (arg) "Interchange this (next) and previous sentence." -- 2.30.2